@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

html {
  height: 100%;
}

body {
  margin: 0 auto;
  height: 100%;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Microsoft YaHei', 'HanHei SC', 'Helvetica Neue', 'Open Sans', Arial, 'Hiragino Sans GB', '微软雅黑',
    STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
  background-color: #f6f6f6;
}

.bg-white {
  background-color: #fff;
}

.alink-1 a:link,
.alink-1 a:visited {
  color: #fca5a5;
}

.alink-1 a:hover {
  color: #e8ba87;
}

.index-top {
  width: 100%;
  background: #c11927;
  height: 42px;
  display: flex;
  justify-content: center;
}
.index-top .index-top-wrapper {
  width: 1426px;
  line-height: 42px;
  display: flex;
  justify-content: space-between;
}
.index-top .index-top-wrapper .top-r {
  display: flex;
}
.index-top .index-top-wrapper .top-r span {
  margin: 0 10px;
  color: #fca5a5;
}

.index-header {
  width: 100%;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-header .index-header-wrapper {
  width: 1426px;
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-header .index-header-wrapper .index-logo {
  width: 367px;
  height: 107px;
}
.index-header .index-header-wrapper .index-search {
  width: 345px;
  position: relative;
}
.index-header .index-header-wrapper .index-search input {
  border: solid 1px #d0c3c3;
  border-radius: 28px;
  height: 38px;
  background-color: #fff;
  padding: 0 0 0 20px;
  color: #cbcbcb;
  width: 345px;
}
.index-header .index-header-wrapper .index-search input:hover {
  border: solid 1px #cbcbcb;
}
.index-header .index-header-wrapper .index-search ::-moz-placeholder {
  color: #cbcbcb;
  font-size: 16px;
}
.index-header .index-header-wrapper .index-search ::placeholder {
  color: #cbcbcb;
  font-size: 16px;
}
.index-header .index-header-wrapper .index-search img {
  position: absolute;
  top: 4px;
  right: 15px;
  color: #cbcbcb;
}
.index-header .index-menu-wrapper {
  width: 1426px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-header .index-menu-wrapper .index-menu {
  display: flex;
}
.index-header .index-menu-wrapper .index-menu .dropdown {
  font-size: 18px;
  position: relative;
}
.index-header .index-menu-wrapper .index-menu .dropdown a {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 60px 0;
}
.index-header .index-menu-wrapper .index-menu .dropdown a:hover {
  color: #c11927;
  background: url(../images/nav_active.png) bottom center no-repeat;
}
.index-header .index-menu-wrapper .index-menu .dropdown a.active {
  color: #c11927;
  background: url(../images/nav_active.png) bottom center no-repeat;
}
.index-header .index-menu-wrapper .index-menu .dropdown:first-child a {
  padding: 10px 23px 0;
}
.index-header .index-menu-wrapper .index-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.index-header .index-menu-wrapper .index-menu .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f3f3f3;
  z-index: 999;
  margin: 0 auto;
}
.index-header .index-menu-wrapper .index-menu .dropdown .dropdown-menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-header .index-menu-wrapper .index-menu .dropdown .dropdown-menu li:hover {
  background-color: #ddd;
}
.index-header .index-menu-wrapper .index-menu .dropdown .dropdown-menu li a {
  display: block;
  text-decoration: none;
  color: #333;
}
.index-header .index-menu-wrapper .index-menu .dropdown .dropdown-menu li a :hover {
  background-color: #a94a52;
}

.swiper-banner {
  width: 100%;
}
.swiper-banner .swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-banner .swiper-slide img {
  display: block;
  width: 100%;
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
  color: #6a7286;
}
.swiper-banner .swiper-pagination {
  margin-bottom: 20px;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  padding: 10px;
  width: 20px;
  border-radius: 10px;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
  background-color: #c11927;
}

.index-news-content {
  width: 935px;
  overflow: hidden;
}
.index-news-content #picshow {
  position: relative;
}
.index-news-content #picshow #picshow_img {
  width: 476px;
  height: 317px;
  overflow: hidden;
  float: left;
}
.index-news-content #picshow #picshow_img li {
  width: 476px;
  height: 317px;
  overflow: hidden;
  float: left;
  display: none;
}
.index-news-content #picshow #picshow_img li img {
  width: 476px;
  height: 317px;
  transition: all 0.5s;
}
.index-news-content #picshow #picshow_img li img:hover {
  transform: scale(1.1);
}
.index-news-content #select_btn {
  width: 458px;
  height: 317px;
  padding: 10px;
  color: #000;
  float: right;
  display: inline;
  background: #fff;
}
.index-news-content #select_btn li {
  padding: 5px 20px;
  line-height: 36px;
}
.index-news-content #select_btn li a {
  display: flex;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  border-bottom: solid 1px #cccccc;
}
.index-news-content #select_btn li a .select_text {
  flex: 1;
}
.index-news-content #select_btn li a::before {
  font-size: 12px;
  content: '◆';
  color: #c11927;
  width: 20px;
}
.index-news-content #select_btn li a:hover {
  color: #c11927;
  border-bottom: solid 1px #c11927;
}
.index-news-content #select_btn li.current {
  background: url(../images/icon_13.png) no-repeat left center;
}
.index-news-content #select_btn li.current a {
  color: #c11927;
  border-bottom: solid 1px #c11927;
}

.index-main {
  width: 100%;
  display: flex;
  padding: 50px 0;
  justify-content: center;
}
.index-main .index-main-wrapper {
  width: 1426px;
}
.index-main .index-main-wrapper .index-block {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 20px;
}
.index-main .index-main-wrapper .index-block .index-title {
  display: flex;
  align-items: center;
}
.index-main .index-main-wrapper .index-block .index-title h2 {
  padding: 0 3px 3px;
  border-bottom: solid 2px #c11927;
  font-size: 24px;
}
.index-main .index-main-wrapper .index-block .index-title h2 span {
  font-size: 18px;
}
.index-main .index-main-wrapper .index-block .index-more a {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.index-main .index-main-wrapper .index-block .index-more a img {
  margin-left: 5px;
}
.index-main .index-main-wrapper .index-main-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-main .index-main-wrapper .index-main-1 .index-news {
  width: 935px;
}
.index-main .index-main-wrapper .index-main-1 .index-notice {
  flex: 1;
  margin-left: 20px;
}
.index-main .index-main-wrapper .index-main-1 .index-notice .index-notice-content {
  width: 100%;
  height: 317px;
  padding: 10px;
  color: #000;
  float: right;
  display: inline;
  background: #fff;
}
.index-main .index-main-wrapper .index-main-1 .index-notice .index-notice-content li {
  padding: 5px 20px;
  line-height: 36px;
}
.index-main .index-main-wrapper .index-main-1 .index-notice .index-notice-content li a {
  display: flex;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  border-bottom: solid 1px #cccccc;
}
.index-main .index-main-wrapper .index-main-1 .index-notice .index-notice-content li a .select_text {
  flex: 1;
}
.index-main .index-main-wrapper .index-main-1 .index-notice .index-notice-content li a::before {
  font-size: 12px;
  content: '◆';
  color: #c11927;
  width: 20px;
}
.index-main .index-main-wrapper .index-main-1 .index-notice .index-notice-content li a:hover {
  color: #c11927;
  border-bottom: solid 1px #c11927;
}
.index-main .index-main-wrapper .index-main-2 {
  width: 100%;
  background: #fff;
  margin-top: 30px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.index-main .index-main-wrapper .index-main-2 .index-elegance {
  width: 935px;
}
.index-main .index-main-wrapper .index-main-2 .index-elegance .index-elegance-content {
  display: flex;
  justify-content: space-around;
  padding: 10px 20px;
}
.index-main .index-main-wrapper .index-main-2 .index-elegance .index-elegance-content a {
  text-align: center;
  color: #000;
}
.index-main .index-main-wrapper .index-main-2 .index-elegance .index-elegance-content a img {
  transition: all 0.5s;
}
.index-main .index-main-wrapper .index-main-2 .index-elegance .index-elegance-content a img:hover {
  transform: scale(1.1);
}
.index-main .index-main-wrapper .index-main-2 .index-elegance .index-elegance-content a:hover {
  color: #c11927;
}
.index-main .index-main-wrapper .index-main-2 .index-elegance .index-elegance-content a p {
  background: #f6f6f6;
  line-height: 40px;
}
.index-main .index-main-wrapper .index-main-2 .index-service {
  flex: 1;
  margin-left: 20px;
}
.index-main .index-main-wrapper .index-main-2 .index-service .index-service-content {
  width: 100%;
  padding: 0 10px;
  color: #000;
  float: right;
  display: inline;
  background: #fff;
}
.index-main .index-main-wrapper .index-main-2 .index-service .index-service-content li {
  padding: 5px 20px;
  line-height: 24px;
}
.index-main .index-main-wrapper .index-main-2 .index-service .index-service-content li a {
  display: flex;
  cursor: pointer;
  transition: all 0.7s ease 0s;
  border-bottom: solid 1px #fff;
}
.index-main .index-main-wrapper .index-main-2 .index-service .index-service-content li a .select_text {
  flex: 1;
}
.index-main .index-main-wrapper .index-main-2 .index-service .index-service-content li a::before {
  font-size: 12px;
  content: '◆';
  color: #c11927;
  width: 20px;
}
.index-main .index-main-wrapper .index-main-2 .index-service .index-service-content li a:hover {
  color: #c11927;
  border-bottom: solid 1px #c11927;
}
.index-main .index-main-wrapper .index-main-3 {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index-main .index-main-wrapper .index-main-3 .index-links {
  width: 800px;
}
.index-main .index-main-wrapper .index-main-3 .index-links .index-links-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index-main .index-main-wrapper .index-main-3 .index-links .index-links-content li {
  width: 30%;
  margin: 10px 0 0;
}
.index-main .index-main-wrapper .index-main-3 .index-links .index-links-content li a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
  border: solid 1px #c11927;
}
.index-main .index-main-wrapper .index-main-3 .index-links .index-links-content li a:hover {
  color: #c11927;
}
.index-main .index-main-wrapper .index-main-3 .index-honor {
  flex: 1;
}

.index-honor-content {
  position: relative;
}
.index-honor-content .content {
  width: 594px;
  padding-left: 20px;
}
.index-honor-content .Box_con {
  position: relative;
}
.index-honor-content .Box_con .btnl {
  position: absolute;
  background: #f1f1f1 url(../images/icon_14.png) no-repeat center;
  right: 95px;
  top: -62px;
}
.index-honor-content .Box_con .btnl:hover {
  background: #ebebeb url(../images/icon_14.png) no-repeat center;
}
.index-honor-content .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  cursor: pointer;
}
.index-honor-content .Box_con .btnr {
  background: #f1f1f1 url(../images/icon_15.png) no-repeat center;
  right: 55px;
  top: -62px;
}
.index-honor-content .Box_con .btnr:hover {
  background: #ebebeb url(../images/icon_15.png) no-repeat center;
}
.index-honor-content .Box_con .conbox {
  position: relative;
  overflow: hidden;
}
.index-honor-content .Box_con .conbox ul {
  position: relative;
  list-style: none;
}
.index-honor-content .Box_con .conbox ul li {
  float: left;
  width: 178px;
  margin-left: 20px;
  overflow: hidden;
}
.index-honor-content .Box_con .conbox ul li:first-child {
  margin-left: 0;
}
.index-honor-content .Box_con .conbox ul li img {
  display: block;
  width: 178px;
  height: 122px;
  transition: all 0.5s;
}
.index-honor-content .Box_con .conbox ul li:hover img {
  transform: scale(1.1);
}
.index-honor-content .BoxSwitch {
  margin-top: 5px;
  text-align: center;
}
.index-honor-content .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.index-honor-content .BoxSwitch span.cur {
  background: red;
}

.index-footer {
  display: flex;
  height: 200px;
  background: #8a8a8a;
  border-top: solid 10px #c11927;
}
.index-footer .footer-wrapper {
  margin: 20px auto;
  width: 1426px;
  height: 155px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.index-footer .footer-wrapper .footer-text {
  display: flex;
  justify-content: space-between;
  width: 650px;
}
.index-footer .footer-wrapper .footer-text li {
  display: flex;
  align-items: center;
  color: #fff;
}
.index-footer .footer-wrapper .footer-text li .footer-icon {
  text-align: center;
}
.index-footer .footer-wrapper .footer-text li .footer-icon p {
  line-height: 30px;
}
.index-footer .footer-wrapper .footer-text li .footer-desc {
  padding-left: 15px;
}
.index-footer .footer-wrapper .footer-text li .footer-desc h3 {
  font-size: 24px;
}
.index-footer .footer-wrapper .footer-text li .footer-desc .footer-line {
  margin: 5px 0;
  height: 2px;
  width: 100px;
  background-image: linear-gradient(to right, #a94a52 0%, #a94a52 30%, #d0d0d0 30%, #d0d0d0 100%);
}
.index-footer .footer-wrapper .footer-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.index-footer .footer-wrapper .footer-right .footer-qr {
  display: flex;
  text-align: center;
}
.index-footer .footer-wrapper .footer-right .footer-qr li {
  margin-right: 15px;
}
.index-footer .footer-wrapper .footer-right .footer-qr li img{
width:120px;
height:120px;
}
.sub-header {
  width: 100%;
  background: #c11927;
  height: 166px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: solid 12px #e8ba87;
}
.sub-header .sub-header-wrapper {
  width: 1426px;
  height: 166px;
  display: flex;
  align-items: center;
}
.sub-header .sub-header-wrapper .sub-logo {
  width: 367px;
  height: 107px;
}
.sub-header .sub-header-wrapper .sub-menu {
  flex: 1;
  display: flex;
  padding-left: 50px;
}
.sub-header .sub-header-wrapper .sub-menu li {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
}
.sub-header .sub-header-wrapper .sub-menu li a {
  color: #fff;
  padding-bottom: 7px;
}
.sub-header .sub-header-wrapper .sub-menu li a:hover {
  color: #e8ba87;
  border-bottom: solid 3px #e8ba87;
}
.sub-header .sub-header-wrapper .sub-menu li a.active {
  color: #e8ba87;
  border-bottom: solid 3px #e8ba87;
}
.sub-header .sub-header-wrapper .sub-top-icon {
  display: flex;
  align-items: center;
}
.sub-header .sub-header-wrapper .sub-top-icon li {
  padding: 0 20px;
  text-align: center;
  height: 166px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sub-header .sub-header-wrapper .sub-top-icon li h4 {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-header .sub-header-wrapper .sub-top-icon li .top-icon-1 {
  background: url(../images/icon_1.png) no-repeat center center;
}
.sub-header .sub-header-wrapper .sub-top-icon li .top-icon-2 {
  background: url(../images/icon_2.png) no-repeat center center;
}
.sub-header .sub-header-wrapper .sub-top-icon li .top-icon-3 {
  background: url(../images/icon_3.png) no-repeat center center;
}
.sub-header .sub-header-wrapper .sub-top-icon li p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.sub-header .sub-header-wrapper .sub-top-icon li:nth-child(n + 2) {
  border-left: solid 1px #d45e68;
}

.sub-top {
  width: 100%;
  position: relative;
}
.sub-top .sub-banner {
  width: 100%;
}
.sub-top .sub-banner img {
  width: 100%;
}
.sub-top .sub-top-wrapper {
  display: flex;
  justify-content: center;
  height: 80px;
}
.sub-top .sub-top-wrapper .sub-top-inner {
  width: 1200px;
  max-width: 1200px;
  position: relative;
}
.sub-top .sub-top-wrapper .sub-top-inner .sub-top-title {
  width: 241px;
  height: 96px;
  background: #fff url(../images/icon_2.png) no-repeat 20px center;
  bottom: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: solid 2px #c11927;
  padding-left: 60px;
}
.sub-top .sub-top-wrapper .sub-top-inner .sub-top-title h2 {
  font-size: 24px;
  line-height: 24px;
}
.sub-top .sub-top-wrapper .sub-top-inner .sub-top-title h4 {
  font-size: 13px;
  font-weight: 400;
  color: #a1a1a1;
}
.sub-top .sub-top-wrapper .sub-top-inner .sub-top-location {
  position: absolute;
  width: 940px;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 24px;
  color: #1c1c1c;
  border-bottom: solid 1px #e5e5e5;
}
.sub-top .sub-top-wrapper .sub-top-inner .sub-top-location .location-start {
  background: url(../images/icon_16.png) no-repeat;
  padding-left: 25px;
}
.sub-top .sub-top-wrapper .sub-top-inner .sub-top-location span {
  margin: 0 5px;
}

.sub-main {
  display: flex;
  justify-content: center;
}
.sub-main .sub-main-wrapper {
  width: 1200px;
  max-width: 1200px;
  display: flex;
}
.sub-main .sub-main-wrapper .sub-left {
  width: 241px;
}
.sub-main .sub-main-wrapper .sub-left .sub-menu-list {
  padding: 10px 0;
  background: #fff;
}
.sub-main .sub-main-wrapper .sub-left .sub-menu-list li {
  padding: 0 20px;
}
.sub-main .sub-main-wrapper .sub-left .sub-menu-list li a {
  display: flex;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 17px;
  text-align: center;
  padding-left: 40px;
  border-bottom: solid 1px #e4e4e4;
}
.sub-main .sub-main-wrapper .sub-left .sub-menu-list li a.active {
  color: #c11927;
  font-weight: 600;
}
.sub-main .sub-main-wrapper .sub-left .sub-menu-list li a:hover {
  color: #c11927;
  font-weight: 600;
}
.sub-main .sub-main-wrapper .sub-left .sub-menu-list li a::before {
  font-size: 12px;
  content: '◆';
  color: #e8ba87;
  display: flex;
  align-items: center;
  width: 20px;
}
.sub-main .sub-main-wrapper .sub-left .sub-menu-list li:last-child a {
  border-bottom: 0;
}
.sub-main .sub-main-wrapper .sub-right {
  flex: 1;
  padding: 20px 20px 30px;
  min-height: 500px;
  margin: 0 0 50px 20px;
  max-width:939px;
  overflow:hidden;
}
.sub-main .sub-main-wrapper .sub-right .sub-content-h1 {
  padding: 10px 0 20px;
  line-height: 36px;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  color: #4c4c4c;
}
.sub-main .sub-main-wrapper .sub-right .sub-content {
  font-size: 18px;
  line-height: 30px;
  color: #4c4c4c;
}
.sub-main .sub-main-wrapper .sub-right .sub-content .sub-space {
  height: 30px;
}

.sub-page {
  padding: 30px 0;
}

.sub-space-line {
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.sub-back {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0;
}
.sub-back a {
  border: solid 1px #e6e6e6;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}
.sub-back a:hover {
  background: #e8ba87;
  color: #fff;
}

.teaching-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.teaching-list li {
  padding: 15px;
  flex: 1;
  max-width: 290px;
  background: #fff;
}
.teaching-list li a {
  display: inline-block;
  position: relative;
}
.teaching-list li a img {
  max-width: 260px;
  z-index: 10;
  transition: all 0.5s ease;
}
.teaching-list li a img:hover {
  transform: scale(1.1);
}
.teaching-list li .teaching-text {
  background-color: #f7f7f7;
  padding: 15px;
}
.teaching-list li .teaching-text a:hover {
  color: #c11927;
}
.teaching-list li .teaching-text a h2 {
  font-size: 18px;
}
.teaching-list li .teaching-text a p {
  margin: 5px 0;
  font-size: 14px;
  color: #8b8b8b;
}

.sub-title-owner {
  line-height: 40px;
  display: flex;
  justify-content: center;
  margin: 0 0 20px;
  border-bottom: solid 1px #e5e5e5;
}
.sub-title-owner span {
  margin: 0 10px;
}

.sub-video-top img {
  width: 100%;
  max-height: 400px;
}

.staff-list {
  padding: 0 20px 20px;
}
.staff-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 60px;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 10px;
}
.staff-list li a .staff-title,
.staff-list li a .title-1347 {
  padding-left: 45px;
  background: url(../images/icon_6.png) no-repeat 10px 15px;
}
.staff-list li a .server-title,
.staff-list li a .title-1497 {
  padding-left: 45px;
  background: url(../images/icon_7.png) no-repeat 10px 18px;
}
.staff-list li a .experiment-title,
.staff-list li a .title-1377,
.staff-list li a .title-1417 {
  padding-left: 45px;
  background: url(../images/icon_9.png) no-repeat 10px 15px;
}
.staff-list li a .download-title,
.staff-list li a .title-1447 {
  padding-left: 45px;
  background: url(../images/icon_11.png) no-repeat 10px 15px;
}
.staff-list li a .notice-title,
.staff-list li a .title-1487 {
  padding-left: 45px;
  background: url(../images/icon_10.png) no-repeat 10px 18px;
}
.staff-list li a p {
  color: #5d5d5d;
}
.staff-list li a:hover {
  color: #c11927;
}
.staff-list li a:hover p {
  color: #c11927;
}

.education-list {
  padding: 0 20px 20px;
}
.education-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 70px;
  border: solid 1px #e4e4e4;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.education-list li a .education-title,
.education-list li a .title-1357 {
  padding-left: 65px;
  background: url(../images/icon_8.png) no-repeat 20px 20px;
}
.education-list li a p {
  color: #5d5d5d;
  margin-right: 10px;
}
.education-list li a:hover {
  color: #c11927;
}
.education-list li a:hover p {
  color: #c11927;
}

.college-news-list {
  padding: 0 0 20px;
}
.college-news-list li {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e5e5e5;
}
.college-news-list li .news-l {
  width: 282px;
}
.college-news-list li .news-l .news-img {
  width: 282px;
  height: 166px;
}
.college-news-list li .news-r {
  flex: 1;
  padding-left: 20px;
}
.college-news-list li .news-r a {
  display: block;
  height: 166px;
}
.college-news-list li .news-r a h2 {
  font-size: 20px;
  font-weight: 500;
}
.college-news-list li .news-r a .news-desc {
  height: 95px;
  padding: 10px 0;
}
.college-news-list li .news-r a p {
  line-height: 20px;
  color: #bcbcbc;
}

.elegance-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.elegance-list li {
  background: #fff;
  text-align: center;
  padding: 10px 0 20px;
}

.elegance-list li a img{
  max-width:260px;
  z-index: 10;
  transition: all 0.5sease;
}

.links-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 15px 0 0;
}
.links-list li {
  width: 30%;
  margin: 0 0 20px;
}
.links-list li a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
  border: solid 1px #c11927;
}
.links-list li a:hover {
  color: #c11927;
}

.sub-guide-list {
  padding: 0 20px 20px;
}
.sub-guide-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  line-height: 46px;
}
.sub-guide-list li a .guide-title::before {
  content: '●';
  font-size: 16px;
  margin-right: 5px;
}
.sub-guide-list li a p {
  color: #5d5d5d;
}
.sub-guide-list li a:hover {
  color: #c11927;
}
.sub-guide-list li a:hover p {
  color: #c11927;
}

.professional-field-list {
  padding: 0 20px 20px;
}
.professional-field-list li {
  margin-bottom: 20px;
  padding: 20px 0 20px 150px;
  border: solid 1px #e4e4e4;
  border-radius: 15px;
  background: url(../images/icon_26.png) no-repeat 50px 50%;
}
.professional-field-list li h2 {
  padding: 5px 0;
}
.professional-field-list li p {
  line-height: 28px;
  color: #929292;
  font-size: 20px;
}

.college-list {
  padding: 0 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.college-list li {
  margin: 0 15px 20px 15px;
  padding: 30px 0 30px 70px;
  border: solid 1px #e4e4e4;
  border-radius: 15px;
  background: url(../images/icon_27.png) no-repeat 15px 50%;
}
.college-list li h2 {
  padding: 5px 0;
}