/* reset */
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
li,
a,
span,
div,
dl,
dt,
dd,
table,
tr,
td,
th {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
}

.container {
  /* width: 1140px; */
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none !important;
}
a:hover, a:focus {
    color: #d40005;
}

.mob-head-content a:hover{
	 color: #555;
}

p {
  font-family: "寰蒋闆呴粦" !important;
}

.mt20 {
  margin-top: 20px;
}

.padding0 {
  padding: 0;
}

.clearFix {
  clear: both;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  height: 100%;
  overflow-x: hidden;
}

/* header */
header {
  background: #d40005;
  width: 100%;
  z-index: 9999;
}

@media (min-width: 1400px) {
  .container {
    width: 1340px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1540px;
  }
}

@media (min-width: 1900px) {
  .container {
    width: 1840px;
  }
}

.moving-image {
  position: relative;
  white-space: nowrap;
  /* 淇濇寔鏂囨湰涓哄崟琛� */
  overflow: hidden;
  /* 闅愯棌婧㈠嚭鐨勫唴瀹� */
  width: 100%;
  /* 瀹瑰櫒瀹藉害 */
  /*height: 100px;*/
  /* 瀹瑰櫒楂樺害 */
  /*background-color: #f0f0f0;*/
  /* 鑳屾櫙鑹� */
}

.moving-image img {
  aspect-ratio: 1.2;
  object-fit: cover;
}

.image-item {
  display: flex;
  flex: 1;
  flex-direction: row;
  /*padding-left: 100%;*/
  width: 200%;
  /* 鍒濆浣嶇疆 */
  animation: scrollText 20s linear infinite;
  /* 鍔ㄧ敾 */
  animation-fill-mode: forwards;
}

.image-item:hover {
  animation-play-state: paused;
}

/*
.padding30 {
  padding-left: 1%;
}*/

/*.img {*/
/*  width: 1500px;*/
/*  !*margin-right: 10px;*!*/
/*}*/

@keyframes scrollText {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.header .top {
  padding: 34px 0;
}

.header .top .head-center {
  height: 50px;
}

.header .top .head-center .head-btn {
  height: 28px;
  width: 60px;
  line-height: 28px;
  text-align: center;
  float: left;
  margin: 10px 0;
  opacity: 0.8;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  transition: all linear 0.4s;
}

.header .top .head-center .head-btn:hover {
  opacity: 1;
}

.header .top .head-center ul {
  float: left;
  padding-left: 10px;
  margin: 0px;
}

.header .top .head-center ul li {
  float: left;
  color: #fff;
  line-height: 50px;
  opacity: 0.7;
  font-size: 13px;
  margin: 0 0 0 10px 0;
}

.header .top .head-center ul li i {
  margin: 0 10px 0 15px;
  font-size: 16px;
}

.header .top a {
  color: #fff !important;
}

.header .head-right {
  margin-top: 1px;
}

.header .head-right .topSearch {
  min-width: 159px;
  border: none;
  background: none;
  border-bottom: 1px solid #d2d2d2;
  outline: none;
  opacity: 0.5;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  letter-spacing: 0;
}

.header .head-right .search-change {
  color: #fff;
  margin: 3px;
}

.header .nav .active a {
  color: #083a7c;
  border-bottom: 4px solid #083a7c;
}

.header .nav {
  height: 45px;
  padding-left: 15px;
  position: relative;
}

.header .nav li {
  float: left;
  width: 14.25%;
  text-align: center;
  color: #333;
  height: 45px;
  font-size: 14px;
  background: #fff;
  position: relative;
}

.adminstration-table li em {
  font-style: normal;
}

.adminstration-table li a {
  color: #083a7c;
}

.adminstration-table li {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .header .nav li:hover a {
    border-bottom: 4px solid #083A7C;
    color: #083A7C;
} */

.header .nav-menu .block {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: 3px;
  width: 12.5%;
  background: #114a8e;
  z-index: 9999;
  display: none;
}

.header .nav li:hover .dropdown-content {
  display: block;
}

.header .nav .dropdown-content {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 0;
  border-top: 1px solid #eee;
  z-index: 1000;
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.14);
  margin-top: 0px;
}

.share-word {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 24px;
  color: #999;
}

.right-info {
  margin-bottom: 50px;
}

.header .nav .dropdown-content li {
  list-style: none;
  text-align: center;
  float: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.header .nav .dropdown-content li a {
  padding: 0;
  margin: 0;
  background: inherit;
  display: inline;
}

.search-open {
  display: none;
  margin: 0;
}

.search-open .head-search {
  /*margin-top: 0px;*/
  float: right;
  color: #fff;
  margin: 0px;
}

.news-box1 {
  height: 363px;
  width: 100%;
}

.head-search input {
  color: #fff !important;
}

.header .top .search-open .head-search i {
  border: none;
  top: 18px;
}

.header .nav .dropdown-content li a {
  color: inherit;
  border: none;
  text-decoration: none;
}

.header .nav .dropdown-content li:hover {
  color: #083a7c;
  background: #eee;
}

.bgwhite {
  background: #fff;
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
  /*border-bottom: 1px solid;*/
  /*border-color: rgba(153, 153, 153, 0.3);*/
}

.header .nav li a {
  background: #fff;
  color: inherit;
  display: inline-block;
  height: 45px;
  font-size: 20px;
  padding: 10px;
  border-bottom: 3px solid #fff;
}

/* footer */
footer {
  width: 100%;
  /*background: #af1716;*/
  background: url("../images/foot-bg.jpg") no-repeat;
  background-size: cover;
  padding: 30px 0 0 0;
  /*overflow: hidden;*/
  /*position: absolute;*/
  bottom: 0;
}

.foot-right-top-link {
  font-family: Helvetica-Bold;
  font-size: 20px;
  color: #f4a029;
  letter-spacing: 0.41px;
}

.foot-right-bottom-link {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 100px;
  /*text-align: right;*/
}

.foot-right-bottom-link .link {
  margin-right: 10px;
  color: inherit;
}

.social-share .social-share-icon {
  color: #fff !important;
}

.social-share .social-share-icon {
  border-radius: 0 !important;
}

.social-share {
  margin-top: 10px;
  float: right;
}

.social-share .icon-weibo {
  background: #ff763b !important;
}

.social-share .icon-wechat {
  background: #7bc549 !important;
}

.social-share .icon-qq {
  background: #56b6e7 !important;
}

.footer-bottm-text p {
  margin: 0px;
}

.footer-bottm-text {
  margin: 30px auto 0 auto;
  padding: 25px 0 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #555;

  /*opacity: 0.6;*/
  letter-spacing: 0;
  line-height: 26px;
}

#lunbo {
  margin-top: -123px;
}

.new-list li {
  height: 209px;
}

.new-list .img-out {
  height: 149px;
  width: 261px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}

.new-list .img-out img:hover {
  transform: scale(1.1);
}

.new-list .img-out img {
  height: 100%;
  width: 100%;
  animation: all 2s;
}

.news-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin-top: 35px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-box h5:hover {
  color: #d40005;
}

.news-box p {
  color: #999;
  line-height: 22px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.mt120 {
  margin-top: 120px;
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  font-weight: 700;
}

/* banner */
.banner {
  height: 340px;
  background: red;
  margin-bottom: 40px;
  width: 100%;
  background: rgba();
  text-align: center;
}

.banner h1 {
  color: #fff;
  font-size: 32px;
  padding-top: 70px;
  padding-bottom: 5px;
  font-family: Helvetica;
  font-weight: 600;
  text-shadow: 2px 2px 0px #000;
}

.banner h4 {
  color: #fff;
  font-size: 32px;
  padding-top: 109px;
  padding-bottom: 5px;
  font-family: Helvetica;
}

.banner span {
  color: #fff;
  font-size: 14px;
}

/* main */
main {
  padding-bottom: 270px;
}

.index main {
  padding-bottom: 230px;
}

/* index */
/* swiper */
.index .top_banner {
  height: 487px;
}

.index .top_banner .swiper_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.index .top_banner .row {
  position: absolute;
  bottom: 35px;
}

.index .top_banner .timeBox {
  border-right: 1px solid #979797;
  max-width: 101px;
}

.index .top_banner .day {
  font-family: Helvetica;
  font-size: 54px;
  color: #ffffff;
  letter-spacing: 0;
}

.index .top_banner .month {
  font-family: Helvetica;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 0;
  text-indent: 1rem;
}

.index .top_banner .right-title {
  font-family: Helvetica-Bold;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
}

.index .top_banner .right-conter {
  font-family: Helvetica;
  font-size: 16px;
  color: #fff;
}

.index #myCarousel .container {
  position: relative;
  height: 100%;
}

.index #myCarousel .nextBox {
  position: absolute;
  bottom: 32px;
  right: 0;
  color: #fff;
  z-index: 10;
}

.index #myCarousel .nextBox .left-btn,
#myCarousel .nextBox .right-btn {
  border: 1px solid #bababa;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 26px;
  margin-left: 20px;
  outline: none;
  cursor: pointer;
}

.index .mainBox {
  margin: 48px auto 50px auto;
}

.index .mainTitle {
  font-family: Helvetica-Bold;
  font-size: 24px;
  color: #083a7c;
  letter-spacing: 0.5px;
  margin-bottom: 19px;
}

.index .mainTitle span {
  font-family: Helvetica;
  font-size: 12px;
  color: #3059b3;
  letter-spacing: 0;
}

.index .projectList {
  margin: 0 0 17px 0;
}

.index .projectList img {
  width: 100%;
  object-fit: cover;
}

.index .projectList h4 {
  font-family: Helvetica-Bold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  height: 52px;
}

.index .projectList p {
  font-family: Helvetica;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

.index .projectTitle {
  font-family: Helvetica;
  font-size: 12px;
  color: #3059b3;
  letter-spacing: 0;
  padding: 24px 0 9px 0;
}

.index .projectTitle .fangBox {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #083a7c;
  margin: 0 8px 0 0;
}

.about-other {
  height: 408px;
  background: #467bcd;
  margin-top: 10px;
  margin-bottom: 30px;
}

.projectList h4 {
  font-family: Helvetica-Bold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  height: 52px;
}

.projectList p {
  font-family: Helvetica;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

.index .rightNewList {
  border-top: 1px solid #ccc;
}

.index .rightNewList li {
  margin: 24px 0 0 0;
}

.index .rightNewList .timeBox {
  font-family: Helvetica;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}

.index .rightNewList .newsContentTxt {
  font-family: Helvetica-Bold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  height: 73px;
}

/* bottom swiper */
.bottomSwiper {
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 43px 0 55px 0;
  position: relative;
}

.yuandian li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bbbbbb;
  margin-left: 13px;
}

.yuandian li.active {
  background: #083a7c;
}

.bottomSwiperMain li {
  margin-right: 15px;
}

.bottomSwiperMain li .left-time {
  padding-left: 0;
  border-right: 1px solid #979797;
  height: 51px;
}

.bottomSwiperMain li .left-time .man {
  font-family: Helvetica;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}

.foot-right-top-link a {
  margin-right: 30px;
}

.bottomSwiperMain li .left-time .day {
  font-family: Helvetica;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  margin-top: -5px;
}

.bottomSwiperMain li .right-conter-title {
  font-family: Helvetica;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  /* 涓よ鐪佺暐 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bottomSwiperMain li .right-conter-center {
  font-family: Helvetica;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  height: 14px;
  /* 鍗曡鐪佺暐 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-nav {
  margin-top: 48px;
}

.tab-nav ul li {
  display: inline-block;
  padding: 4px 25px;
  font-family: Helvetica-Bold;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
}

.tab-nav ul li.active {
  border-bottom: 4px solid #083a7c;
  color: #083a7c;
}

.bottom-link-list {
  width: 100%;
  background: url(../img/indexBottomLinkBg.png) no-repeat center center;
  background-size: cover;
  padding: 57px 0 0 0;
}

.bottom-link-list .left-title {
  font-family: Helvetica-Bold;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 0;
}

.bottom-link-list .left-small-text {
  font-family: Helvetica;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

.bottom-link-list dl {
  margin: 0 0 30px 0;
}

.bottom-link-list dt {
  font-family: Helvetica-Bold;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  border-bottom: 1px solid #979797;
  padding: 0 0 10px 0;
  margin: 0 auto 32px auto;
}

.bottom-link-list dd {
  font-family: Helvetica;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.33px;
  margin-top: 15px;
  margin-left: -7px;
}

.bottom-link-list dd i {
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
}

.mob-head .mob-en {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 25px;
}

.lunbo-box {
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 500px;
  height: 54px;
}

.mob-head {
  height: 44px;
  text-align: center;
  position: relative;
  line-height: 44px;
}

.mob-head img {
  height: 25px;
  display: inline-block;
}

.mob-head .mob-head-open {
  color: #fff;
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 30px;
  display: block;
  height: 25px;
  width: 25px;
}

.mob-head-content li {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #a7a7a7;
  border-color: rgba(167, 167, 167, 0.4);
  position: relative;
}

.mob-head-content li i {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 18px;
}

.mob-head-content .mob-head-child li {
  background: #fff;
  color: #083a7c !important;
  height: 30px;
  line-height: 30px;
  border: none;
  font-size: 12px;
}

.head-search {
  text-align: center;
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.mob-hide {
  display: none;
}

.head-search i {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 8px;
}

.head-search input {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  height: 30px;
  background: none;
  padding: 3px;
  text-indent: 4px;
}

.flex {
  height: 60px;
}

.flex li {
  width: 50%;
  float: left;
  color: #fff;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(167, 167, 167, 0.4);
  height: 100%;
  text-align: center;
}

.flex li i {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  margin-bottom: 5px;
}

footer .foot-copy {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-top: 5px;
}

.flex li:last-child {
  border-right: none;
}

.header .top .head-center ul li {
  float: left;
  color: #fff;
  line-height: 50px;
  opacity: 0.7;
  font-size: 13px;
  transition: all linear 0.4s;
}

.header .top .head-center ul li:hover {
  opacity: 1;
}

.aside li {
  /* height: 54px; */
  /* text-indent: 20px; */
  color: #333;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-family: Helvetica;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  /* line-height: 54px; */
  padding: 15px 20px;
}

.aside li:hover {
  color: #4778cf;
}

.aside li i {
  font-size: 18px;
  /* line-height: 47px; */
  float: right;
  color: #333;
  padding-right: 30px;
}

.aside li a {
  display: block;
  color: inherit;
}

.foot-yellow {
  color: #f4a029;
  font-size: 16px;
}

.aside .child {
  display: none;
}

.aside .child li {
  text-indent: 40px;
  color: #333;
}

.aside .active {
  font-family: Helvetica-Bold;
  font-size: 16px;
  color: #080000;
  letter-spacing: 0;
  /* line-height: 54px; */
}

.aside .child .active {
  color: #4778cf;
}

.aside .child li:hover {
  color: #4778cf;
}

.aside .active {
  color: #4778cf;
}

footer .foot-right ul {
  color: #fff;
  font-size: 14px;
  padding: 0px;
}

/* history */
.history .mainConter {
  margin: 0 0 30px 0;
  font-family: Helvetica;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
}

.history .history-x {
  padding: 70px 0 59px 0;
  background: #f0f0f0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: 140px;
}

.history .history-x .row {
  position: relative;
  height: 213px;
}

.history .history-x .historyBox {
  position: absolute;
  width: 99999px;
  height: 213px;
}

.history .history-x .historyList {
  height: 100%;
  float: left;
  margin-right: 27px;
}

.history .history-x .historyList .yearNews {
  width: 360px;
  height: 100%;
  color: #fff;
  background: #ccc;
  float: left;
  padding: 34px 5px 53px 20px;
}

.history .history-x .active .yearNews {
  background: #083a7c;
}

.history .history-x .historyList .yearNews .titles {
  font-family: Helvetica-Bold;
  font-size: 46px;
  color: #ffffff;
  letter-spacing: 0;
}

.history .history-x .historyList .yearNews .content {
  font-family: Helvetica;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  /* 涓夎鐪佺暐 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.history .history-x .historyList .yearImg {
  width: 378px;
  height: 100%;
  float: left;
}

.history .history-x .historyList .yearImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history .history-x .bottom-slide {
  height: 36px;
  line-height: 36px;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.history .history-x .bottom-slide div {
  height: 100%;
}

.history .history-x .bottom-slide .progressBar {
  background: #83abdf;
}

.history .history-x .bottom-slide .slideBtn {
  width: 93px;
  background: #fe9b5c;
  font-family: Helvetica;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  cursor: pointer;
}

.history .history-x .bottom-slide .slideBtn i {
  font-size: 30px;
  vertical-align: middle;
}

.history .history-x .bottom-slide .rightEnd {
  width: 36px;
  background: #083a7c;
}

.dictionary h6 {
  font-size: 20px;
  color: #083a7c;
  line-height: 30px;
}

.pub-table .table-blue {
  background: #4778cf;
  color: #fff;
  font-size: 16px;
}

.pub-table tbody td {
  border: none !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}

.pub-table thead th {
  border: none !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}

.pub-table {
  border: 1px solid #ccc;
}

.pub-table .table-blue th {
  border: none;
}

.mt20 {
  margin-top: 20px;
}

.administration-box {
  margin-bottom: 40px;
}

.administration-box h5 {
  font-size: 20px;
  color: #333;
}

.administration-box h5 i {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: #467bcd;
  margin-right: 10px;
}

.administration-box ul li {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.administration-box ul li a {
  color: #4778cf;
}

.supervisors-top h4 {
  font-size: 24px;
  color: #083a7c;
  margin-bottom: 5px;
}

.supervisors-top p {
  font-size: 14px;
  color: #999;
}

.supervisors-content {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px 0px;
}

.supervisors-content h5 {
  color: #083a7c;
  font-size: 16px;
}

.supervisors-content h6 {
  color: #4778cf;
  font-size: 12px;
  margin-bottom: 20px;
  /*margin-top: 15px;*/
}

.supervisors-content img {
  height: 100px;
  width: 100px;
  display: inline-block;
}

.supervisors-box {
  text-align: center;
}

.pub-info {
  margin-bottom: 40px;
}

.pub-info h5 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #083a7c;
}

.supervisors-content p {
  color: #333;
  font-size: 12px;
  margin-top: 10px;
}

.pub-info .pub-q {
  position: relative;
  margin-bottom: 20px;
}

.pub-info .pub-a {
  position: relative;
}

.pub-info .pub-q i {
  display: inline-block;
  background: #083a7c;
  color: #fff;
  font-size: 24px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.pub-info .pub-q p {
  font-size: 18px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  padding-left: 52px;
}

.pub-info .pub-a p {
  font-size: 16px;
  display: inline-block;
  color: #333;
  padding-left: 52px;
}

.pub-info .pub-a i {
  display: inline-block;
  background: #f4a029;
  color: #fff;
  font-size: 24px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.pub-info .pub-photo img {
  height: 146px;
  width: 167px;
}

.pub-info .pub-photo p {
  width: 167px;
  padding: 15px;
  background: #083a7c;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.pub-info .pub-photo .diff-p {
  background: #4778cf;
}

.research-p p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin-bottom: 30px;
}

.pub-info span {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
  display: block;
}

.research {
  margin-top: 50px;
  margin-bottom: -24px;
  background: url(../img/research-content.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
  padding-bottom: 0px;
  height: auto;
}

.research-box {
  height: 66px;
  color: #fff;
  margin-bottom: 40px;
}

.research-box h1 {
  font-size: 40px;
  margin: 0px;
  line-height: 66px;
  font-weight: normal;
}

.research-box h1 sup {
  font-size: 16px;
}

.research-box h5 {
  float: left;
  word-break: break-all;
  font-weight: normal;
  height: 66px;
  font-size: 14px;
  margin: 0px;
  line-height: 22px;
  width: 130px;
  border-bottom: 4px solid #fff;
  margin-right: 20px;
  padding-top: 10px;
}

.msg {
  background: url(../img/msg-content.png) no-repeat;
  /*background-size: cover;*/
  background-position: 45px 52px;
}

.msg img {
  margin-bottom: 20px;
}

.msg h5 {
  font-size: 24px;
  color: #083a7c;
  margin-bottom: 30px;
}

.msg p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 20px;
}

.msg span {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  text-align: center;
  padding-left: 10px;
  display: inline-block;
}

.about-banner {
  background: url(../img/about-banner.png) no-repeat;
  background-size: cover;
  height: 408px;
  width: 100%;
}

.about-other .about-box {
  width: 400px;
  height: 280px;
  margin: 0 auto;
  /* margin-top: 10px; */
  padding: 23px 40px 23px 0;
}

.about-other .about-box p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* text-indent: 2em; */
}

.about-other .about-box a {
  height: 36px;
  line-height: 36px;
  width: 200px;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
}

.about-other .about-box a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.introduction p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 20px;
}

.introduction .introduction-box1 {
  position: relative;
  height: 400px;
  margin-bottom: 30px;
}

.introduction .introduction-box1 img {
  position: absolute;
  right: 0;
  top: 0;
}

.introduction .introduction-box-left {
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #083a7c;
  padding: 20px 30px;
  width: 360px;
}

.introduction .introduction-box-left h6 {
  font-size: 16px;
  color: #fff;
}

.introduction .introduction-box-left p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
  line-height: 22px;
}

.introduction .introduction-box2 {
  height: 252px;
  position: relative;
  background: #083a7c;
  margin-bottom: 30px;
}

.introduction .introduction-box2 img {
  position: absolute;
  left: 0;
  top: 0;
}
.introduction-box-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-right: 30px;
}

.introduction-box-right a {
  display: block;
  border: 1px solid #fff;
  height: 28px;
  width: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.introduction-box-right a:hover {
  background: rgba(255, 255, 255, 0.8);
}

.introduction-box-right p {
  color: #fff;
  font-size: 16px;
}

.guide {
  width: 100%;
}

.guide .active {
  border-bottom: 4px solid #033d97;
}

.guide .tab-single {
  height: 55px;
  text-align: center;
  border-bottom: 1px solid #979797;
}

.guide .tab-single li {
  width: 20%;
  display: block;
  float: left;
  height: 56px;
}

.guide .tab-single li:hover {
  cursor: pointer;
  border-bottom: 4px solid #033d97;
}

.guide .tab-single .icon {
  display: inline-block;
  line-height: 55px;
  color: #063f98;
  text-align: center;
}

.guide .tab-single .info {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #063f98;
  text-align: center;
  line-height: 55px;
  letter-spacing: 0.34px;
}

.guide .content {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.guide .content span {
  height: 40px;
  line-height: 22px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  margin-top: 20px;
}

.guide .content span:hover {
  cursor: pointer;
  color: #063f98;
}

.diff-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.pr {
  position: relative;
}

.page-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.page-title h6 {
  font-size: 32px;
  color: #063f98;
  margin-top: 20px;
}

.schools h5 {
  font-size: 16px;
  color: #083a7c;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin: 0px;
  margin-bottom: 50px;
}

.new-list li {
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.new-list span {
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 24px;
  color: #999;
  text-align: right;
}

.new-list span i {
  font-size: 16px;
  color: #999;
  font-style: normal;
  display: block;
}

.new-list li h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 17px;
  padding-right: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-list li h3:hover {
  color: #083a7c;
}

.news-lubo {
  background: #f0f0f0;
  height: 200px;
  margin-top: -40px;
  margin-bottom: 40px;
}

.new-list li p {
  font-size: 14px;
  color: #333;
  margin: 0;
  padding-right: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-lubo .carousel-indicators {
  left: 25px;
}

.news-lubo h5 {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
}

.news-lubo p {
  font-size: 14px;
  color: #999;
}

.news-box {
  height: 170px;
}

.news-lubo .carousel-indicators li {
  border: 1px solid #979797;
}

.news-lubo .carousel-indicators .active {
  background: #083a7c;
}

.news-lubo img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-lubo .carousel-inner {
  overflow: visible;
}

/* events */
.events .selectTime {
  position: relative;
  font-family: Helvetica;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}

.events .form_datetime {
  width: 293px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-indent: 40px;
  color: #333;
  background: none;
}

.events .selectTime i.icon-icon_calendar {
  color: #999;
  position: absolute;
  left: 26px;
  top: 10px;
  font-size: 18px;
  z-index: -1;
}

.events .timeProject {
  margin: 46px auto 0 auto;
  padding: 0;
}

.events .timeProjectList {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  padding: 54px 15px 33px 16px;
  margin: 0 0 42px 0;
}

.events .timeProjectList .timeBox {
  width: 54px;
  height: 54px;
  background: #4778cf;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 14px;
}

.events .timeProjectList .timeBox .month {
  font-family: Helvetica;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
}

.events .timeProjectList .timeBox .day {
  font-family: Helvetica-Bold;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
}

.events .timeProjectList .ProjectTitle {
  font-family: Helvetica;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  /* 涓よ鐪佺暐 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.events .timeProjectList .ProjectContent {
  font-family: Helvetica;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  margin-top: 20px;
}

/* 鍒嗛〉 */
.pages {
  border-top: 1px solid #ccc;
  margin-top: -26px;
  border: none;
  margin: 10px 0 0 0;
}

.pages .pagesLeft {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  margin: 16px 0 0 0;
}

.pages .pagination {
  margin: -20px 0 70px 0;
}

.pagination > li {
  display: inline-block;
  margin-right: 11px;
}

.pagination li:last-child {
  margin-right: 0px;
}

.pages .pagination li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}

.pagination > li .more {
  border: none;
  background: #fff !important;
}

.pages .pagination .active a {
  background: #0f4080 !important;
  border: 1px solid #0f4080;
  color: #fff;
}

.news-top {
  background: url("../img/detail-banner.png") no-repeat center center;
  background-size: cover;
  /*height: 142px;*/
  height: 340px;
  /*padding-top: 50px;*/
  /*padding-top: 50px;*/
  /*padding-bottom: 30px;*/
}

.mt110 {
  margin-top: 110px;
}

.mt-100 {
  margin-top: -100px;
}

.news-top-p {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}

.news-top span {
  color: #999;
  /*margin-left: 40px;*/
}

.news-top-h5 {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}

.news-top span i {
  margin-right: 5px;
}

.news-detail {
  margin-top: 40px;
}

.news-detail p {
  color: #333;
  font-size: 16px !important;
  line-height: 30px;
  margin-bottom: 20px;
  text-indent: 2em;
  font-family: "寰蒋闆呴粦" !important;
}

.news-detail p span {
  font-size: 16px !important;
  line-height: 30px;
  font-family: "寰蒋闆呴粦" !important;
}

.news-detail .news-img {
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: center;
}

.news-detail .news-img img {
  display: inline-block;
  max-width: 100%;
}

.news-detail .news-img span {
  font-size: 14px;
  color: #999;
  display: block;
  margin: 20px 0;
}

.news-detail .news-diff {
  color: #999;
  font-size: 14px;
}

.news-aisde h6 {
  font-size: 20px;
  color: #083a7c;
  margin-top: 27px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
}

.news-aisde li p {
  font-size: 14px;
  color: #af1716;
  line-height: 22px;
  margin-bottom: 0px;
}

.news-aisde li p:hover {
  color: #d40005;
}

.news-aisde li span {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.news-aisde li span i {
  margin-right: 5px;
}

.news-aisde li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

/* history */
.history .mainConter p {
  margin-bottom: 20px;
}

.p-banner {
  /*background: url(../images/index-bg.png) no-repeat center;*/
  height: 180px;
  background-color: #d40005;
  background-size: cover;
}

.void-header {
  /* background: #941514; */
  position: relative;
  width: 100%;
}

.void-header .nav li {
  background: none;
}

.void-header .nav {
  background-color: #941514;
  /* border-top: 1px solid rgba(255, 255, 255, 0.7); */
}

.void-header .nav .on {
  opacity: 0.8;
}

.void-header .head-right .topSearch {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 20px;
  border-radius: 16px;
  opacity: 1;
  font-size: 12px;
  height: 32px;
  width: 223px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.void-header .head-right .topSearch::-webkit-input-placeholder {
  color: #fff;
}

.search-content {
  position: relative;
  height: 32px;
  width: 223px;
}

/* 淇敼 */
.void-header .top {
  padding: 15px 0;
}
/* 淇敼 */

.p-title {
  /*position: absolute;*/
  /*bottom: 90px;*/
  /*left: 15px;*/
}

.p-h5 {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.news-content-right {
  padding: 40px 30px;
}

.news-ul {
  margin-top: 30px;
}

.news-ul li {
  height: 20px;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  background: url(../images/black-icon.png) no-repeat 5px center;
  float: left;
  margin-bottom: 18px;
}

.news-ul li:hover {
  color: #af1716;
  background: url(../images/blue-icon.png) no-repeat 1px center;
}

.news-content-left {
  width: 360px;
  height: 100%;
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.news-content-right h6 {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-content-right h6:hover {
  color: #d40005;
}

.news-content-right p {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-time p {
  color: #fff;
  font-size: 28px;
  margin: 0px;
  position: relative;
  top: -2px;
}

.notice-content {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.notice-time {
  border: 1px solid #ccc;
  height: 50px;
  width: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.notice-ul li {
  margin-bottom: 22px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-ul li a {
  float: left;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.notice-ul li span {
  color: #999;
  float: right;
  width: 13%;
  text-align: right;
}

.notice1-list li .notice1-time {
  height: 68px;
  width: 68px;
  border: 1px solid #999;
  float: left;
  margin-right: 30px;
  text-align: center;
}

.notice1-list li .notice1-time span {
  font-size: 28px;
  color: #999;
  position: relative;
  top: -10px;
}

.notice1-list li .notice1-time p {
  font-size: 14px;
  position: relative;
  top: 5px;
  color: #999;
}

.notice1-list {
  margin-top: 15px;
  /*border-top: 1px solid #ccc;*/
}

.notice1-list li h5 {
  color: #333;
  margin-top: 0px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 10px;
}

.notice1-list li h5:hover {
  color: #d40005;
}

.notice1-list li p {
  color: #af1716;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice1-list li {
  height: 118px;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}

.notice-content .notice-p {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 淇敼 */
.p-bottom {
  padding: 60px 0px;
}
/* 淇敼 */

.notice-content h6 {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /*padding-top: 5px;*/
}

.new-box h5:hover {
  color: #d40005;
}

.notice-content h6:hover {
  color: #d40005;
}

.notice-time p {
  font-size: 24px;
  color: #333;
  margin: 0px;
}

.notice-time span {
  font-size: 12px;
  color: #333;
  position: relative;
  top: -5px;
}

.news-time span {
  color: #fff;
  position: relative;
  top: -10px;
  font-size: 12px;
}

.news-time {
  height: 50px;
  z-index: 100;
  width: 50px;
  text-align: center;
  /*padding: 5px;*/
  position: absolute;
  top: 12px;
  left: 12px;
  background: #af1716;
}

.news-content img {
  height: 100%;
  width: 100%;
  animation: all 2s;
}

.news-content img:hover {
  transform: scale(1.2);
}

.news-content {
  width: 100%;
  height: 195px;
  position: relative;
  background: #f8f8f8;
}

.p-h5 span {
  color: #6a88b0;
  font-size: 20px;
}

.p-h5 a {
  color: #af1716;
  float: right;
  font-size: 12px;
}

.p-h5 h5 {
  padding-bottom: 10px;
  color: #af1716;
  font-size: 28px;
  font-weight: bold;
  margin-right: 17px;
  border-bottom: 4px solid #af1716;
  display: inline-block;
}

.p-bottom img {
  height: 147px;
  width: 100%;
}

.p-bottom .news-ul li {
  margin-bottom: 20px;
  font-size: 16px;
}

.p-middle {
  margin-top: 30px;
  margin-bottom: 30px;
}

.void-header .head-right .search-change {
  position: absolute;
  right: 7px;
  top: 6px;
}

.carousel-indicators {
  bottom: 0px;
}

.new-list li {
  padding: 30px 0;
}

.new-list-content {
  position: relative;
  top: -74px;
  margin-bottom: -74px;
}

.new-list {
  margin-top: 80px;
}

.new-list-content hr {
  border-top: 1px solid #ccc;
}

.carousel-indicators li {
  float: right;
  height: 12px;
  width: 12px;
  margin-right: 10px !important;
  margin-top: 20px !important;
}

.carousel-indicators {
  /* background: #af1716; */
  width: 100%;
  left: inherit;
  right: 0px;
  padding-right: 20px;
  height: 54px;
}

main {
  margin-top: -121px;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 0px;
  }
}

.void-header .nav li a {
  background: none;
  color: #fff;
  border: none;
}

/* 鏂板 */
.p-middle2 {
  background: #f1f1f1;
  padding: 30px 0;
}

.media-list li {
  margin-bottom: 25px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 80px;
}

.media-list .type {
  display: inline-block;
  width: 78px;
  height: 28px;
  background: #3370b6;
  color: #fff;
  line-height: 28px;
  text-align: center;
  margin-right: 25px;
  font-size: 12px;
}

.media-list .time {
  font-size: 16px;
  color: #af1716;
  position: absolute;
  top: 0px;
  right: 0px;
}

.publication-list li:first-child {
  padding-top: 0px;
}

.publication-list li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.publication-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  border-bottom: 1px dashed #ccc;
  padding: 23px 0;
}

.frame-header .mob-search {
  width: 80%;
  margin: 10%;
  margin-top: 20px;
  border-radius: 16px;
  position: relative;
}
.frame-header .mob-search input {
  /* border: 1px solid #a7a7a7;*/
  width: 100%;
  margin: 0 auto;
  height: 32px;
  background: none;
  padding: 3px;
  text-indent: 4px;
  /* border-radius: 16px; */
  color: #fff;
}

.v_news_content img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  height: auto;
}
/* 鏂板 */
.aside {
  border-top: 1px solid #ccc;
  margin-top: 40px;
}

.aside .active {
  background: #4778cf;
  color: #fff;
}

.aside .active a {
  color: #fff;
}
/* 鏂板 */
#myCarousel .carousel-inner {
  width: 100%;
  aspect-ratio: 3;
}

#myCarousel .carousel-inner .item img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

#myCarousel .carousel-control {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}

.friend {
  border: 1px solid #d9d9d9;
  line-height: 53px;
  text-align: center;
}
.friend p {
  font-size: 16px;
  display: inline;
}
.friend p span {
  margin: 0 22px;
}

.imagelayer {
  float: left;
  width: 100%;
  /* padding-left: 1.2%; */
}
.imagelayer img {
  width: 100%;
  display: block;
}
.imagelayer ul {
  overflow: hidden;
}
.imagelayer li {
  float: left;
  width: 18%;
  margin-right: 2%;
  /* margin-bottom: 28px; */
  position: relative;
}
/*.imagelayer li:nth-child(3n) {*/
.imagelayer li:last-child {
  margin-right: 0;
}
.imagelayer li p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*.imagelayer li:hover a {*/
/*  display: block;*/
/*}*/

/*.imagelayer a {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  z-index: 10;*/
/*  display: none;*/
/*}*/
/*.imagelayer a p {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/
/*.imagelayer a:hover p {*/
/*  -webkit-transition: all 0.4s linear;*/
/*  -moz-transition: all 0.4s linear;*/
/*  -ms-transition: all 0.4s linear;*/
/*  transition: all 0.4s linear;*/
/*}*/

/*.imagelayer a:hover {*/
/*  -webkit-transition: all 0.4s linear;*/
/*  -moz-transition: all 0.4s linear;*/
/*  -ms-transition: all 0.4s linear;*/
/*  transition: all 0.4s linear;*/
/*}*/

.imagelayer-line {
  float: left;
  width: 100%;
}
.imagelayer-line img {
  width: 100%;
  height: 80px;
  display: block;
}
.imagelayer-line ul {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  display: -webkit-box;
  -webkit-overflow-scrolling: auto;
  -webkit-flex-flow: row nowrap;
}
.imagelayer-line ul::-webkit-scrollbar {
  height: 5px;
  background-color: transparent;
}

.imagelayer-line ul:hover::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
}

.imagelayer-line li {
  float: left;
  width: 300px;
  margin-right: 2%;
  margin-bottom: 28px;
  position: relative;
}

.imagelayer-line li:last-child {
  margin-right: 0;
}


  .p-bottpm{
	  margin-top:-300px;
	  margin-bottom:30px;
	  background-color:white;
	  }
	  
	  .m2pos {
    font-size: 16px;
    margin: 20px 0;
}
.post-title .title {
        font-size: 38px;
        line-height: 60px;
        margin-top: 2vw;
        text-align: center;
}
.post-title .post-info {
        padding: 20px 0 30px;
        border-bottom: 4px solid #a31f37;
        line-height: 24px;
        font-size: 20px;
        overflow: hidden;
        text-align: center;
}
.post-title .time {
        padding-right: 15px;
}
.post-title .author {
        padding-left: 15px;
}

	  .p-bottpm{
	  margin-top:-300px;
	  margin-bottom:30px;
	  background-color:white;
	  }
	  .m2pos {
    font-size: 16px;
    margin: 20px 0;
}
	  .m2atcMenu {
	  background-color:"fdf5f5";
}
.m2atcMenu_a {
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  display: block;
  padding-left: 35px;
  border-left: 4px solid rgba(255, 255, 255, 0);
  margin-bottom: 2px;
  position: relative;
}
.m2atcMenu_a.on,
.m2atcMenu_a:hover {
  color: #a31f37;
  background: #fff;
  border-left: 4px solid #a31f37;
}
.m2atcMenu a {
  color: #333;
}

.list-content{
min-height: 600px;}

.list-notice li {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border-bottom: 1px #e5e5e5 solid;
}
.notice_a{

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
font-size:18px;
	display:flex;
	flex-direction:row;}
.notice_a:hover {
border-bottom: 1px solid #a31f34;}
.notice-title{
display:flex;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
flex:1
}
.notice-a-time{
width:100px;
display:flex;
justify-content:flex-end
}

 .friend-link-view {
                  display: flex;
                  flex-direction: row;
                  color: #fff;
                }

                .friend-link {
                  display: flex;
                  flex: 1;
                  flex-direction: column;
                }
                .foot-friend-link {
                  font-size: 20px;
                  font-weight: bold;
                  line-height: 40px;
                  color: #fff;
                }
                .friend-link a {
                  font-size: 16px;
                  line-height: 32px;
                }