  html {
    font-size: medium;
}

/**
header
**/
.nav_box {
  display: none;
  transition: all 0.5s;
}
.header_box {
  transition: all 0.5s;
  background-color: #066A31;
  border-bottom: 10PX solid #A87E53;
}
.header_box .header_content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.header_box .header_content .header_title {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  padding: 22PX 20PX 30PX;
  width: 20%;
  background-image: url(/static/home/image/sun/homePageS/header_logo_bg.png);
  border-radius: 0px 0px 20px 20px;
}
.header_box .header_content .header_title img {
  width: 100%;
  margin-bottom: 21PX;
}
.header_box .header_content .header_title .title_bottom {
  border-top: 1PX dashed rgba(255, 255, 255, 0.5);
}
.header_box .header_content .header_title .title_bottom > h3::after {
  position: absolute;
  top: 50%;
  left: 0PX;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
}
.header_box .header_content .header_title .title_bottom > h3::before {
  position: absolute;
  top: 50%;
  right: -16px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
}
.header_box .header_content .header_title .title_bottom h3 {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 29PX 0;
  padding-left: 17px;
}
.header_box .header_content .header_title .title_bottom .btn_return {
  display: flex;
  justify-content: space-between;
  padding: 12PX 15PX;
  background: linear-gradient(90deg, rgba(168, 126, 83, 0.73) 30%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 20px;
  color: #FEFEFE;
}
.header_box .header_content .header_title .title_bottom .btn_return span {
  color: #FEFEFE;
  opacity: 0.6;
}
.header_box .header_content .header_title .title_bottom .btn_return i {
  font-size: 20PX;
  opacity: 0.6;
}
.header_box .header_content .header_list {
  width: 70%;
  padding: 42PX 0;
  display: flex;
  justify-content: flex-end;
}
.header_box .header_content .header_list li {
  margin-right: 20px;
  width: calc((100% - 24px * 9) / 10);
  text-align: center;
}
.header_box .header_content .header_list li a {
  color: #FFFFFF;
  text-align: center;
}
.header_box .header_content .header_list li:last-child {
  margin-right: 0;
}
.header_box .header_content .menu_nav {
  display: none;
  align-self: center;
  color: #fff;
  font-size: 30PX;
}
@media screen and (max-width: 1520PX) {
  .header_box {
    padding: 0 20PX;
    box-sizing: border-box;
  }
  .header_box .header_content .header_title {
    padding: 15PX 20PX 15PX;
  }
  .header_box .header_content .header_title .title_bottom .btn_return {
    padding: 8PX 15PX;
  }
  .header_box .header_content .header_list {
    width: 70%;
    padding: 42PX 0;
    display: flex;
    justify-content: flex-end;
  }
  .header_box .header_content .header_list li {
    margin-right: 20px;
    width: calc((100% - 10px * 8) / 9);
    text-align: center;
  }
  .header_box .header_content .header_list li a {
    color: #FFFFFF;
    text-align: center;
  }
  .header_box .header_content .header_list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000PX) {
  .header_box {
    padding: 0 20PX;
    box-sizing: border-box;
  }
  .header_box .header_content {
    justify-content: space-between;
  }
  .header_box .header_content .header_title {
    width: 30%;
    position: relative;
    padding: 15PX 20PX 15PX;
  }
  .header_box .header_content .header_title > img {
    width: 100%;
    margin: 0;
  }
  .header_box .header_content .header_title .title_bottom {
    display: none;
  }
  .header_box .header_content .header_title .title_bottom h3 {
    padding: 20PX 0;
  }
  .header_box .header_content .header_title .title_bottom .btn_return {
    padding: 8PX 15PX;
  }
  .header_box .header_content .header_list {
    display: none;
  }
  .header_box .header_content .menu_nav {
    display: block;
  }
}
/**
banner
****/
.banner_box img {
  width: 100%;
}
.banner_box .bnaner_card {
  z-index: 20;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.banner_box .bnaner_card .card_left {
  position: absolute;
  bottom: 60PX;
  display: flex;
  flex-direction: column;
}
.banner_box .bnaner_card .card_left .left_top {
  display: flex;
  width: 28%;
  padding: 18PX 28PX;
  color: #A87E53;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px 5px 20px 5px;
}
.banner_box .bnaner_card .card_left .left_top > i {
  display: none;
  transform: rotate(180deg);
}
.banner_box .bnaner_card .card_left .left_bottom {
  margin-top: 20PX;
  padding: 0 28PX;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px 5px 20px 5px;
}
.banner_box .bnaner_card .card_left .left_bottom > li:last-child {
  border: none;
}
.banner_box .bnaner_card .card_left .left_bottom li {
  padding: 20PX 0;
  border-bottom: 1PX dashed #A87E53;
}
.banner_box .bnaner_card .card_left .left_bottom li > a {
  color: #A87E53;
}
.banner_box .bnaner_card .card_right {
  padding: 22PX 27PX;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 60PX;
  right: 0;
  background: #A87E53;
  border-radius: 5px 20px 5px 20px;
}
.banner_box .bnaner_card .card_right > li:last-child {
  margin: 0;
}
.banner_box .bnaner_card .card_right > li {
  margin-right: 22PX;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  opacity: 0.7;
}
.banner_box .bnaner_card .card_right > li .swiper-banner .swiper-pagination-bullet {
  margin: 0 11px;
  font-size: 20px;
  display: inline;
  background-color: rgba(255, 255, 255, 0);
}
.banner_box .bnaner_card .card_right > li .swiper-banner .swiper-pagination-bullet-active::after {
  position: absolute;
  top: 16px;
  right: 0px;
  content: "";
  display: flex;
  width: 80px;
  height: 2px;
  background: #066A31;
}
.banner_box .bnaner_card .card_right > li .swiper-banner .swiper-pagination-bullet-active {
  position: relative;
  font-size: 24px !important;
  padding-right: 100px;
}
.banner_box .bnaner_card .card_right > li .swiper-banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
  padding-left: 100px;
  padding-right: 0 !important;
}
.banner_box .bnaner_card .card_right > li .swiper-banner .swiper-pagination-bullet:last-child::after {
  left: 0;
}
.banner_box .bnaner_card .card_right .first_children {
  color: #fff;
  opacity: 1;
}
.banner_box .bnaner_card .card_right .line {
  width: 80px;
  height: 2px;
  background: #066A31;
}
@media screen and (max-width: 1520PX) {
  .banner_box .bnaner_card {
    padding: 0 20PX;
    box-sizing: border-box;
  }
  .banner_box .bnaner_card .card_left {
    margin-bottom: 50px;
    bottom: 0;
  }
  .banner_box .bnaner_card .card_right {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768PX) {
  .banner_box .bnaner_card {
    padding: 0 20PX;
    box-sizing: border-box;
    margin-bottom: 50PX;
  }
  .banner_box .bnaner_card .card_left {
    position: relative;
    margin-bottom: 0;
    top: 10PX;
    width: 100%;
  }
  .banner_box .bnaner_card .card_left .left_top {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .banner_box .bnaner_card .card_left .left_top > i {
    margin-left: 10PX;
    font-size: 20PX;
  }
  .banner_box .bnaner_card .card_left .left_bottom {
    width: 100%;
    box-sizing: border-box;
  }
  .banner_box .bnaner_card .card_right {
    padding: 8PX 5px;
    margin-right: 20px;
    bottom: 350px;
  }
  .banner_box .bnaner_card .card_right > li .swiper-banner .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .banner_box .bnaner_card .card_right > li .line {
    width: 54px;
  }
}
/**
新闻动态
****/
.news_title {
  margin: 60PX 0 40PX;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_title .title_left h3 {
  margin-bottom: 8PX;
}
.news_title .title_right {
  display: flex;
  align-items: center;
  color: #A87E53;
}
.news_title .title_right span {
  margin-right: 8PX;
}
.news_title .title_right i {
  transform: rotate(-90deg);
  font-size: 20PX;
}
.new_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new_content .new_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.new_content .new_list > li {
  margin-bottom: 42PX;
}
.new_content .new_list .new_first {
  margin-right: 40px ;
  width: 48%;
  position: relative;
}
.new_content .new_list .new_first img {
  width: 100%;
  height: 100%;
}
.new_content .new_list .new_first .list_content {
  width: 100%;
  box-sizing: border-box;
  background-image: url(/static/home/image/sun/homePageS/new_bg.png);
  padding: 33PX 34PX;
  position: absolute;
  bottom: 0;
}
.new_content .new_list .new_first .list_content > p {
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15PX;
}
.new_content .new_list .new_first .list_content > span {
  color: #FFFFFF;
  opacity: 0.5;
}
.new_content .new_list > .new_last:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.new_content .new_list > .new_last:hover > .list_word {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  background: #066A31;
}
.new_content .new_list > .new_last:hover > .list_word p {
  color: #FFFFFF;
}
.new_content .new_list > .new_last:hover > .list_word span {
  color: #FFFFFF;
  opacity: 0.5;
}
.new_content .new_list > .new_last:nth-child(3) {
  margin-right: 0;
}
.new_content .new_list > .new_last:nth-child(7) {
  margin-right: 0;
}
.new_content .new_list > .new_last {
  margin-right: 30px;
  width: 23%;
  border-radius: 20px;
  background: #FFFFFF;
}
.new_content .new_list > .new_last a {
  display: block;
}
.new_content .new_list > .new_last a > img {
  display: block;
  border-radius: 20px 20px 0 0 ;
  width: 100%;
}
.new_content .new_list > .new_last > .list_word {
  display: block;
  padding: 26PX 24PX;
  border: 1px solid #066A31;
  border-top: none;
  border-radius: 0 0 20px  20px;
}
.new_content .new_list > .new_last > .list_word p {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new_content .new_list > .new_last > .list_word span {
  box-sizing: border-box;
  display: block;
  padding-top: 10px;
  color: #999999;
}
@media screen and (max-width: 1520PX) {
  .news_title {
    padding: 0 20PX 0;
  }
  .new_content .new_list {
    justify-content: space-between;
  }
  .new_content .new_list .new_first {
    width: 48%;
    margin-right: 0;
    overflow: hidden;
  }
  .new_content .new_list .new_first a {
    overflow: hidden;
    display: block;
  }
  .new_content .new_list .new_first a img {
    width: 100%;
  }
  .new_content .new_list .new_last {
    width: 48%;
    margin-right: 0;
  }
  .new_content .new_list .new_last > .list_word {
    font-size: 20PX;
  }
}
@media screen and (max-width: 1000PX) {
  .news_title {
    margin: 25px 0;
  }
  .news_title .title_left h3 {
    font-size: 20PX;
  }
  .new_content .new_list .new_first {
    width: 100%;
  }
}
@media screen and (max-width: 768PX) {
  .new_content {
    padding: 0;
  }
  .new_content .new_list .new_last {
    width: 100%;
  }
}
/****
课题建设 & 教学科研
/
.topic_box {
  padding-bottom: 60PX;
  background-image: url(/static/home/image/main/schoolNews/school_bg.png);
  background-size: cover;
}
.topic_box .topic_research {
  display: flex;
  justify-content: space-between;
}
.topic_box .topic_research .topic_content {
  width: 48%;
}
.topic_box .topic_research .topic_content .topic_card {
  position: relative;
  padding: 44PX 35PX 2px;
  background: #FFFFFF;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 20px 20px;
}
.topic_box .topic_research .topic_content .topic_card > li .card_title {
  margin-bottom: 25PX;
  display: flex;
  justify-content: space-between;
}
.topic_box .topic_research .topic_content .topic_card > li .card_title span {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.topic_box .topic_research .topic_content .topic_card > li .card_title img {
  width: 22px;
  height: 18px;
  opacity: 0.2;
}
.topic_box .topic_research .topic_content .topic_card > li .card_date {
  position: relative;
  margin-bottom: 40PX;
}
.topic_box .topic_research .topic_content .topic_card > li .card_date > span {
  color: #999999;
  font-style: italic;
}
.topic_box .topic_research .topic_content .topic_card > li .card_date::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  width: 84%;
  height: 1px;
  background: #999999;
}
.topic_box .topic_research .topic_content .topic_card > li:hover .card_title span {
  color: #A87E53;
}
.topic_box .topic_research .topic_content .topic_card > li:hover .card_title img {
  opacity: 1;
}
.topic_box .topic_research .topic_content .topic_card > li:hover .card_date > span {
  color: #A87E53;
}
.topic_box .topic_research .topic_content .topic_card > li:hover .card_date::after {
  background: #A87E53;
}
.topic_box .topic_research .topic_content .topic_card::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  background: #066A31;
}
.topic_box .topic_research .research_content {
  width: 48%;
}
.topic_box .topic_research .research_content .research_list {
  display: flex;
  flex-direction: column;
}
.topic_box .topic_research .research_content .research_list > li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.topic_box .topic_research .research_content .research_list > li a > .list_logo {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12PX 0;
  width: 24%;
  background: #FFFFFF;
}
.topic_box .topic_research .research_content .research_list > li a > .list_logo img {
  width: 53px;
  height: 44px;
  padding: 15PX 54PX;
  background-image: url(/static/home/image/sun/homePageS/header_logo_bg.png);
}
.topic_box .topic_research .research_content .research_list > li a .list_left {
  width: 64.8%;
  padding: 40PX 24PX;
  background: #FFFFFF;
}
.topic_box .topic_research .research_content .research_list > li a .list_left span {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.topic_box .topic_research .research_content .research_list > li > li:hover .list_left span {
  color: #A87E53;
}
@media screen and (max-width: 1520PX) {
  .topic_box {
    padding: 0 20PX;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000PX) {
  .topic_box .topic_research {
    flex-wrap: wrap;
  }
  .topic_box .topic_research .topic_content {
    width: 100%;
  }
  .topic_box .topic_research .research_content {
    width: 100%;
  }
  .topic_box .topic_research .research_content .research_list > li a .list_logo img {
    width: 53px;
    height: 44px;
    padding: 15PX 30%;
    background-image: url(/static/home/image/sun/homePageS/header_logo_bg.png);
  }
}
@media screen and (max-width: 768PX) {
  .topic_box .topic_research {
    flex-wrap: wrap;
  }
  .topic_box .topic_research .topic_content {
    width: 100%;
  }
  .topic_box .topic_research .topic_content .topic_card {
    padding: 20PX 20PX 2px;
  }
  .topic_box .topic_research .topic_content .topic_card > li .card_date {
    overflow: hidden;
  }
  .topic_box .topic_research .topic_content .topic_card > li .card_date span {
    width: 20%;
  }
  .topic_box .topic_research .topic_content .topic_card > li .card_date::after {
    width: 65%;
    overflow: hidden;
  }
  .topic_box .topic_research .research_content {
    width: 100%;
  }
  .topic_box .topic_research .research_content .research_list > li a .list_logo {
    padding: 0;
    background: none;
  }
  .topic_box .topic_research .research_content .research_list > li a .list_logo img {
    width: 100%;
    height: 44px;
    padding: 25PX 40px;
    background-image: url(/static/home/image/sun/homePageS/header_logo_bg.png);
  }
}
/****
通知告示
****/
.notice_content {
  padding-bottom: 50PX;
  display: flex;
  flex-wrap: wrap;
}
.notice_content li:nth-child(4n+ 4) {
  margin-right: 0;
}
.notice_content li:hover::after {
  background: #A87E53;
  transform: all 0.5s;
}
.notice_content li {
  text-align: center;
  position: relative;
  width: 18%;
  margin-right: 27PX;
  margin-bottom: 40PX;
  padding: 62PX 35PX 30PX;
  background: #FFFFFF;
  border-radius: 20px;
  transform: all 0.5s;
}
.notice_content li a > span {
  position: absolute;
  top: 0;
  left: 30%;
  width: 30%;
  display: block;
  padding: 14PX 17PX;
  background-color: #066A31;
  border-radius: 0px 0px 10px 10px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice_content li a > p {
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notice_content li::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(#CCCCCC, #ffff);
  transform: all 0.5s;
  content: '';
  z-index: -1;
  border-radius: 20px;
}
@media screen and (max-width: 1420PX) {
  .notice_content {
    padding: 0 20PX;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .notice_content > li {
    width: 42%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000PX) {
  .notice_content {
    padding: 0 20PX;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .notice_content > li {
    width: calc((100% - 170px) / 2);
    margin-right: 0;
  }
}
@media screen and (max-width: 768PX) {
  .notice_content {
    padding: 0 20PX;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .notice_content > li {
    width: 100%;
    margin-right: 0;
  }
}
/****
部门概况
*/
.department_box {
  display: flex;
}
.department_box .department_left {
  padding: 38PX 40PX;
  width: 50%;
  border: 1px solid #A87E53;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
.department_box .department_left .news_title {
  margin-top: 0;
}
.department_box .department_left a > p {
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
.department_box .department_left .to_more {
  display: flex;
  margin-top: 20PX;
  color: #A87E53;
}
.department_box .department_left .to_more span {
  margin-right: 8PX;
}
.department_box .department_left .to_more i {
  transform: rotate(-90deg);
  font-size: 20PX;
}
.department_box .department_right {
  width: 50%;
}
.department_box .department_right img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1520PX) {
  .department_box {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200PX) {
  .department_box {
    padding: 0 20PX;
    box-sizing: border-box;
  }
  .department_box .department_right {
    width: 80%;
  }
}
@media screen and (max-width: 1000PX) {
  .department_box {
    flex-direction: column;
  }
  .department_box .department_left {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20PX;
    border: 1px solid #A87E53;
    border-radius: 20px;
  }
  .department_box .department_left .news_title {
    padding: 0;
  }
  .department_box .department_left a > p {
    font-size: 18px;
  }
  .department_box .department_right {
    width: 100%;
  }
  .department_box .department_right > img {
    border-radius: 20px;
  }
}
/
资料下载
****/
.date_down {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.date_down .down_title {
  margin: 60PX 0 40PX;
}
.date_down .down_title h3 {
  margin-bottom: 8PX;
}
.date_down .down_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.date_down .down_list > li:nth-child(3n + 3) {
  margin-right: 0;
}
.date_down .down_list > li {
  width: 31%;
  border: 1px solid #066A31;
  border-radius: 10px;
  margin-bottom: 40PX;
  margin-right: 42PX;
}
.date_down .down_list > li a:hover > .down_logo {
  border-radius: 0 6px 6px 0;
  background-color: #066A31;
}
.date_down .down_list > li a:hover > .down_logo > i {
  color: #fff;
  border: none;
}
.date_down .down_list > li a {
  display: flex;
  justify-content: space-between;
}
.date_down .down_list > li a .list_date {
  padding: 32PX 22PX;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.date_down .down_list > li a .list_date > span:first-child {
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}
.date_down .down_list > li a .list_date > span:last-child {
  font-weight: bold;
  color: #999999;
}
.date_down .down_list > li a > p {
  margin: 32PX 0;
  width: 50%;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.date_down .down_list > li a > .down_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32PX 0;
}
.date_down .down_list > li a > .down_logo > i {
  padding: 0 34PX;
  color: #CECECE;
  font-size: 25PX;
  border-left: 1px solid #DCDCDC;
}
.date_down > .to_more {
  display: flex;
  color: #A87E53;
}
.date_down > .to_more span {
  margin-right: 8PX;
}
.date_down > .to_more i {
  transform: rotate(-90deg);
  font-size: 20PX;
}
@media screen and (max-width: 1400PX) {
  .date_down {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .date_down .down_list {
    justify-content: space-between;
  }
  .date_down .down_list > li {
    margin-right: 0;
    width: 48%;
  }
}
@media screen and (max-width: 1000PX) {
  .date_down {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .date_down .down_list {
    justify-content: space-between;
  }
  .date_down .down_list > li {
    padding: 20px 10PX;
    margin-right: 0;
    width: 100%;
  }
  .date_down .down_list > li .list_date {
    padding: 0;
  }
  .date_down .down_list > li > p {
    font-size: 18px;
    padding: 0;
  }
  .date_down .down_list > li .down_logo {
    padding: 0;
  }
  .date_down .down_list > li .down_logo > i {
    padding: 0px 15PX;
  }
}
